home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / SHARED.DIR / 01975_Script_GlobalExit < prev    next >
Text File  |  1995-09-13  |  397b  |  23 lines

  1. on GlobalKill
  2.   WatchCursor
  3.   hideControl (gBtn1)
  4.   hideControl (gBtn2)
  5.   hideControl (gBtn3)
  6.   hideControl (gBtn4)
  7.   hideControl (gBtn5)
  8.   hideControl (gBtn6)
  9.   hideControl (gBtn7)
  10.   hideControl (gBtn8)
  11.   hideControl (gBtn9)
  12.   set gBtn1 = 0
  13.   set gBtn2 = 0
  14.   set gBtn3 = 0
  15.   set gBtn4 = 0
  16.   set gBtn5 = 0
  17.   set gBtn6 = 0
  18.   set gBtn7 = 0
  19.   set gBtn8 = 0
  20.   set gBtn9 = 0
  21. end
  22.  
  23.